SnapshotCommandLogResponse

data class SnapshotCommandLogResponse(commandLog: List<JsonElement>)

Represents response frame that is returned from LayerTree#snapshotCommandLog operation call. Replays the layer snapshot and returns canvas log.

See also

Constructors

SnapshotCommandLogResponse
Link copied to clipboard
fun SnapshotCommandLogResponse(commandLog: List<JsonElement>)

Properties

commandLog
Link copied to clipboard
val commandLog: List<JsonElement>
The array of canvas function calls.

Sources

jvm source
Link copied to clipboard